/* ================= WP Emoji ================= */
img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

/* ================= Classic Theme ================= */
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}
.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none;
}

/* ================= Global WP Styles ================= */
:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--color--black: #000;
  --wp--preset--color--white: #fff;
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
}

/* ================= Agrion Variables ================= */
:root {
  --agrion-primary: #E31E24;
  --agrion-base: #A31818;
  --agrion-black: #5A0A0A;
  --agrion-white: #FFFFFF;
}

/* ================= Backgrounds ================= */
.page-header-bg {
  background-image: url(http://bracketweb.com/agrionwp/wp-content/uploads/2023/01/page-header-bg.jpg);
}

.preloader .preloader__image {
  background-image: url(../../images/logo-png.png);
}

/* ================= CTA Bars ================= */
@media (max-width: 767px) {
  .mobile-cta-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    background: #123136;
    border-top: 1px solid #be9237;
    z-index: 9999;
  }

  .desktop-cta-bar-right {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile-cta-bar {
    display: none;
  }

  .desktop-cta-bar-right {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
  }
}

/* ================= Elementor Lazy Fix ================= */
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded) {
  background-image: none !important;
}
